home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 6 / CinE CD ROM 06.iso / mac / Shared.Cst / 00092_Script_92 < prev    next >
Text File  |  1996-06-22  |  412b  |  23 lines

  1. global glastmovie, gpage, gmode
  2.  
  3. on film_back
  4.   
  5.   puppetsound "single click"
  6.   updatestage
  7.   set gmode = "manual"
  8.   puppetsprite 11, FALSE
  9.   puppetsprite 12, FALSE
  10.   
  11.   set the timeoutScript to EMPTY
  12.   
  13.   if glastmovie = "posters.dir" then
  14.     go to frame "posters"
  15.   else
  16.     if glastmovie = "menu" then
  17.       go to frame "menu"
  18.     else
  19.       go to frame "index"
  20.     end if
  21.   end if
  22. end
  23.